home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / comm / maxs / dfbv13.lha / dfb / Developers / ReadMe.txt < prev    next >
Text File  |  1992-09-02  |  2KB  |  69 lines

  1.  
  2.                             DFB Developers Kit
  3.                                 Release 3!
  4.                                  03/09/95
  5.                                     by
  6.                               Andrew Leppard
  7.                             
  8.     Welcome to the third installment of the DFB developrs Kit, this kit is
  9. *NOT* complete. At the moment it is only for assembly or die-hard C coders. 
  10.  
  11.     This kit includes:
  12.     ==================
  13.     
  14. 1) This document, ReadMe.txt
  15. 2) The includes: dfb.i, dfb_lib.i, dfbinternal.i & dfb.h, dfb_protos.h,
  16.    dfb_pragmas.h
  17. 3) The dfb.library autodoc: dfb.doc
  18. 4) *2* example programmes which can easily be modified to be something extremly
  19.    useful.
  20.  
  21.     What I should add in
  22.     ====================
  23.     
  24. 1) A 'real life' guide to writing doors for DFB (& MAXS), the autodocs aren't
  25.    fun to read - they just tell you what the library does and not how to
  26.    programme it. (Don't take my word on this one)
  27.    
  28. 2) More examples, hopefully I'll include the source to the user and section
  29.    editor to show how it can be done.
  30.    
  31.     What I want people to help me with (i.e i'm too lazy)
  32.     =====================================================
  33.    
  34. 1) The C include files for this, some functions i.e: DisplayNode() may be
  35.    impossible to implement but I will recitfy this for you (hopefully).
  36.    - I have implemented the C includes for a couple of functions,
  37.      but they are far from complete. If someone could do this for
  38.      me it'd be much appreciated -
  39.    
  40. 2) Example programmes using dfb in higher level languages, e.g: BASIC.
  41.  
  42.    
  43. The BEST way to support DFB (apart from giving me money :) is to code doors
  44. for it!
  45.  
  46.     Disclaimer
  47.     ==========
  48.     
  49. When I wrote these includes I had *NO* idea about C. So don't be surprised
  50. if some of the 'pseudo' C lines in the dfb.doc file are a load of...
  51. - I know about C now and have started the includes -
  52.  
  53. Enjoy,
  54.  
  55. Andrew Leppard (4/8/96)
  56.  
  57. History
  58. =======
  59.  
  60. New for release 2: Filled in a couple of addresses missing from the original
  61.                    autodoc and added in the .fd file.
  62.                    
  63. New for release 3: Added in the groovy icons, minor changes to the dfb.doc
  64.                    file. Some IMPORTANT changes to the dfb.doc file.
  65.  
  66. New for release 4: Did a couple of C includes, enough to allow the demo
  67.                    C programme - DFBAddFile. dfb.doc now lists the V2, V3+
  68.                    functions. E.g ReadPrefs() and GetMarkedListNext()
  69.